home *** CD-ROM | disk | FTP | other *** search
- Path: mserv.wizvax.net!news
- From: tonyp@wizvax.wizvax.net (Tony Postmayer)
- Newsgroups: comp.sys.cbm
- Subject: how to get infinite lives in space taxi
- Date: Mon, 01 Apr 1996 01:18:54 GMT
- Organization: Wizvax Communications, Troy, N.Y. 12180 USA
- Message-ID: <315f2d34.785899@199.181.141.3>
- References: <4j8p3k$4j5@news.fmso.navy.mil> <4j97dq$d11@newsbf02.news.aol.com> <4jh8ok$18q@news.fmso.navy.mil>
- NNTP-Posting-Host: tonyp.wizvax.net
- X-Newsreader: Forte Agent .99d/32.182
-
-
- In Space Taxi, the autorun boot simply loads a basic loader program
- and starts it. I don't recall the name of the loader program, however
- I believe it was the last file on the disk. Anyway, it's a short
- basic program and it loads "taxi/cmd."
-
- To make Space Taxi have inifinite live, add the following lines to the
- loader program...
-
- load taxi/cmd,8,1 (this line is already there)
- for i=0 to 4
- poke 27583+i, 234
- next i
- return (this line is already there)
-
- Have fun - Tony
-
-